AConfiguration_getCountry

Return the current country code set in the configuration. The output will be filled with an array of two characters. They are not 0-terminated. If a country is not set, they will be 0.

extern (C) nothrow @nogc
void
AConfiguration_getCountry
(
AConfiguration* config
,
)

Meta